From 186e5727bae4429484dd68c0791fc0f8f6c0bf26 Mon Sep 17 00:00:00 2001 From: "emellor@ewan" Date: Tue, 4 Oct 2005 17:54:33 +0100 Subject: [PATCH] Fix typo. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendCheckpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 9d4b51d7a0..144cd134ef 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -177,7 +177,7 @@ def forkHelper(cmd, fd, inputHandler, closeToChild): if fd == child.childerr.fileno(): lasterr = child.childerr.readline().rstrip() log.error('%s', lasterr) - else + else: l = child.fromchild.readline().rstrip() while l: log.debug('%s', l) -- 2.30.2